home *** CD-ROM | disk | FTP | other *** search
- DataPane = {
- ACTIONS = {
- deleteSelectedFunctions:;
- setFunctionLineStyle:;
- modifySelectedFunction:;
- addFunction:;
- findDataFile:;
- setFunctionTitle:;
- doSetDummy:;
- setFunctionPointsStyle:;
- setFunctionStyle:;
- };
- OUTLETS = {
- functionsForm;
- pointsStyleMatrix;
- functionsStyleMatrix;
- dummyFormCellX;
- modifyFunctionButton;
- deleteFunctionButton;
- lineStyleLabel;
- lineStyleMatrix;
- functionsTitleField;
- functionsMatrix;
- pointsStyleLabel;
- functionsScrollView;
- dummyFormCellY;
- };
- SUPERCLASS = Pane;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- CellScrollView = {
- OUTLETS = {
- cellMatrix;
- cellClass;
- };
- SUPERCLASS = ScrollView;
- };
- Pane = {
- OUTLETS = {
- doc;
- window;
- view;
- status;
- };
- SUPERCLASS = Object;
- };
-